home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be006.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  264 b   |  16 lines

  1. on exitFrame
  2.   if the timer < 1680 then
  3.     if the loaded of member "straightarrow" = 0 then
  4.       preloadMember("straightarrow")
  5.     end if
  6.     go(the frame)
  7.   else
  8.     set the visible of sprite 9 to 0
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   go(100)
  15. end
  16.